home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!news
- From: genew@mindlink.bc.ca (Gene Wirchenko)
- Newsgroups: alt.computer.consultants,comp.edu,comp.lang.basic.misc,comp.lang.c++,comp.lang.misc,comp.lang.pascal.borland,comp.lang.pascal.delphi.misc,comp.misc,comp.os.msdos.programmer,comp.os.os2.programmer.misc,comp.programming
- Subject: Re: Info on being a Systems Programmer/Analyst?
- Date: Wed, 27 Mar 1996 09:45:41 GMT
- Organization: MIND LINK! - British Columbia, Canada
- Message-ID: <4jb33v$176@fountain.mindlink.net>
- References: <3150eada.14098156@News.why.net> <4j7cib$5b1@dec-alpha.fred.net> <31587611.4966@teambca.com> <4jacnf$e7q@news.chatlink.com>
- NNTP-Posting-Host: line030.nwm.mindlink.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- eedin@chatlink.com (Eric Edin) wrote:
-
- >Mark VanTassel (mvantassel@teambca.com) wrote:
- >: Damond Walker wrote:
- >: >
- >: > The 'math' requirement is a sham for the most part. The only way
- >: > mathmatics has applied to my job is in the area of logically breaking down a
- >: > problem from one big sucker, to a bunch of little suckers.
-
- >: Agreed - I rarely do more than add (and when I do, I've almost always got several
- >: $5000.00 calculators on my desk)
-
- > As an Engineer, I cringe at the statements above. While many problems
- >can be solved acceptably without math, you will find a good background
- >in math will at times save you several 16 hour days.. and lots of
- >complaints from customers when your program starts blowing up because of
- >an unstable equation used in your software.
- > Breaking a problem from one big sucker to a bunch of little suckers can
- >take quite a lot of math.
- > Eric
-
- I agree and disagree with you on that.
- It isn't just math. It's knowledge of any sort. I developed the
- basic idea of deterministic finite state automata by applying what I
- knew of the Turing Machine model. I did this in order to write some
- input routines with heavy testing. Without the base knowledge, I
- would have had a longer time at it. Just recently, I wrote a program
- to validate a file by using a DFSA. Coding it in without a DFSA would
- have been much longer.
- On the breaking down a problem, math may be of use if you are
- dealing in that realm, but I find logic more generally useful.
- Granted that if you work in math, you'll likely have picked up some
- logic. It is, I think, the most commonly used source of logic
- training.
-
- Sincerely,
-
- Gene Wirchenko
-
- C Pronunciation Guide:
- y=x++; "wye equals ex plus plus semicolon"
- x=x++; "ex equals ex doublecross semicolon"
-
-